Error: /usr/local/lib/haxe/lib/hxcpp/4,3,2/src/hx/gc/GcRegCapture.cpp:20:9: error: unknown use of instruction mnemonic without a size suffix
asm ("mov %%esi, %0\n\t" : "=r" (regEsi) );
^
:1:2: note: instantiated into assembly here
mov %esi, %rax
^
/usr/local/lib/haxe/lib/hxcpp/4,3,2/src/hx/gc/GcRegCapture.cpp:21:9: error: unknown use of instruction mnemonic without a size suffix
asm ("mov %%edi, %0\n\t" : "=r" (regEdi) );
^
:1:2: note: instantiated into assembly here
mov %edi, %rcx
^
/usr/local/lib/haxe/lib/hxcpp/4,3,2/src/hx/gc/GcRegCapture.cpp:22:9: error: unknown use of instruction mnemonic without a size suffix
asm ("mov %%ebx, %0\n\t" : "=r" (regEbx) );
^
:1:2: note: instantiated into assembly here
mov %ebx, %rdx
anybody can help?
Error: /usr/local/lib/haxe/lib/hxcpp/4,3,2/src/hx/gc/GcRegCapture.cpp:20:9: error: unknown use of instruction mnemonic without a size suffix asm ("mov %%esi, %0\n\t" : "=r" (regEsi) ); ^