bochs: backport decoding of CRC32 instr fix

Upstream SVN r10223
Backport was neccessary, because the CRC32 assambly instruction
did not work as expected in bochs.
This commit is contained in:
Robin Thunig
2021-03-24 19:53:21 +01:00
parent 18b3203257
commit 2fd5c20a7c
4 changed files with 38 additions and 33 deletions

View File

@ -3267,6 +3267,7 @@ public: // for now...
// x86 hardware debug support
BX_SMF bx_bool hwbreakpoint_check(bx_address laddr);
BX_SMF void iobreakpoint_match(unsigned port, unsigned len);
BX_SMF void code_breakpoint_match(bx_address laddr);
BX_SMF void hwbreakpoint_match(bx_address laddr, unsigned len, unsigned rw);
BX_SMF Bit32u hwdebug_compare(bx_address laddr, unsigned len,
unsigned opa, unsigned opb);