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.
v test-all
v -os macos -experimental -b native -o hw.macos examples/hello_world.v
1 parent 0d00eb7 commit 21da729Copy full SHA for 21da729
1 file changed
vlib/v/gen/native/amd64.v
@@ -1010,6 +1010,9 @@ fn (mut c Amd64) extern_call(addr i32) {
1010
c.g.write32(addr)
1011
c.g.println('call QWORD [rip + 0xffffffff${int(addr).hex()}]')
1012
}
1013
+ .macos {
1014
+ eprintln('## TODO, macos, extern_call, addr: ${addr}')
1015
+ }
1016
else {
1017
c.g.n_error('${@LOCATION} extern calls not implemented for ${c.g.pref.os}')
1018
0 commit comments