Skip to content

Commit

Permalink
Merge pull request #5 from noword/master
Browse files Browse the repository at this point in the history
support 32 bits
  • Loading branch information
mrexodia committed Jul 8, 2023
2 parents 9c84b33 + d966d59 commit 0bcb18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asmjit/XEDParseEmulator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ XEDPARSE_EXPORT XEDPARSE_STATUS XEDPARSE_CALL XEDParseAssemble(XEDPARSE* XEDPars
}

// Setup CodeInfo
Environment env(Arch::kX64);
Environment env(XEDParse->x64 ? Arch::kX64 : Arch::kX86);

// Setup CodeHolder
CodeHolder code;
Expand Down

0 comments on commit 0bcb18c

Please sign in to comment.