dibyendumajumdar / nanojit

NanoJIT is a small, cross-platform C++ library that emits machine code.
Mozilla Public License 2.0
151 stars 16 forks source link

The checking of argument types in call instruction is wrong #10

Open dibyendumajumdar opened 7 years ago

dibyendumajumdar commented 7 years ago

Although the arguments are reversed the argument types should not be - as the NanoJIT call signature needs argument types in normal order.