Skip to content

Commit 6f2bfcf

Browse files
committed
do not pre-process bare ffi call arguments
1 parent 9a16f8c commit 6f2bfcf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/GToolkit-VirtualMachine-FFI/FFIExternalType.extension.st

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ Extension { #name : #FFIExternalType }
22

33
{ #category : #'*GToolkit-VirtualMachine-FFI' }
44
FFIExternalType >> ffiBareEmitArgument: aBuilder context: aContext inCallout: aCallout [
5-
self
6-
basicEmitArgument: aBuilder
5+
self loader
6+
emitArgument: aBuilder
77
context: aContext
8-
inCallout: aCallout
98
]
109

1110
{ #category : #'*GToolkit-VirtualMachine-FFI' }

0 commit comments

Comments
 (0)