tonybaloney / Pyjion

Pyjion - A JIT for Python based upon CoreCLR
https://www.trypyjion.com
MIT License
1.42k stars 59 forks source link

Error: disassembly only supported on x86_64 #483

Closed hez2010 closed 2 years ago

hez2010 commented 2 years ago

https://github.com/tonybaloney/Pyjion/blob/95f65c515d4252f5c58709dc95b7c587366d1113/src/pyjion/dis.py#L624

machine() may also return AMD64 instead of x86_64.

tonybaloney commented 2 years ago

What OS, version and architecture are you on to see this value?

hez2010 commented 2 years ago

Windows 11 x64

tonybaloney commented 2 years ago

Thanks. Just checked on a test machine and can reproduce.