[squeak-dev] FFI: FFI-Kernel-mt.223.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Apr 14 13:47:16 UTC 2022


Marcel Taeumel uploaded a new version of FFI-Kernel to project FFI:
http://source.squeak.org/FFI/FFI-Kernel-mt.223.mcz

==================== Summary ====================

Name: FFI-Kernel-mt.223
Author: mt
Time: 14 April 2022, 3:47:15.292371 pm
UUID: cd39b514-ffd4-4549-a4e8-3bbe206befbb
Ancestors: FFI-Kernel-mt.222

Fixes #isARM test.

=============== Diff against FFI-Kernel-mt.222 ===============

Item was changed:
  ----- Method: FFIPlatformDescription>>isARM (in category 'testing') -----
  isARM
  
+ 	^ (self subtype beginsWith: 'arm')
+ 		or: [self subtype beginsWith: 'aarch']!
- 	^ self subtype beginsWith: 'arm'!



More information about the Squeak-dev mailing list