Skip to content

Commit

Permalink
Update the Pharo version check in #createFFICalloutLiteralFromSpec: [f…
Browse files Browse the repository at this point in the history
  • Loading branch information
chisandrei committed May 15, 2024
1 parent c41bd4e commit 4bc0fe7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ Class {
{ #category : #'private - factory' }
GtVirtualMachineCalloutMethodBuilder >> createFFICalloutLiteralFromSpec: functionSpec [

(SystemVersion current major = 10 or: [
SystemVersion current major = 11]) ifTrue: [
(SystemVersion current major >= 10) ifTrue: [
^ (GtVirtualMachineExternalFunction
name: functionSpec functionName
moduleName: self libraryName
Expand Down

0 comments on commit 4bc0fe7

Please sign in to comment.