This is a problem similar to dotnet/coreclr#10383.
Signed-off-by: ragmani <ragmani0216@gmail.com>
Commit migrated from https://github.com/dotnet/coreclr/commit/
432e8bf1efbc696b842b1fe5004fed5319d58818
mov esi, esp
- push 0
- push 0
+.att_syntax
+ pushl $0
+ pushl $0
+.intel_syntax noprefix
push eax // siteAddrForRegisterIndirect (for tailcalls)
push esi // pTransitionBlock
// EAX is return address into CORCOMPILE_EXTERNAL_METHOD_THUNK. Subtract 5 to get start address.
sub eax, 5
- push 0
- push 0
+.att_syntax
+ pushl $0
+ pushl $0
+.intel_syntax noprefix
push eax