We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a16f8c commit 6f2bfcfCopy full SHA for 6f2bfcf
src/GToolkit-VirtualMachine-FFI/FFIExternalType.extension.st
@@ -2,10 +2,9 @@ Extension { #name : #FFIExternalType }
2
3
{ #category : #'*GToolkit-VirtualMachine-FFI' }
4
FFIExternalType >> ffiBareEmitArgument: aBuilder context: aContext inCallout: aCallout [
5
- self
6
- basicEmitArgument: aBuilder
+ self loader
+ emitArgument: aBuilder
7
context: aContext
8
- inCallout: aCallout
9
]
10
11
0 commit comments