Skip to content

Commit

Permalink
Fix profiler hook for g_proctex_update_water_1
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalh committed Aug 31, 2024
1 parent aeb2621 commit 50b95a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/subhook/subhook_x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ SUBHOOK_EXPORT int SUBHOOK_API subhook_disasm(void *src, int *reloc_op_offset) {
/* DEC r/m32 */ {0xFF, 1, MODRM | REG_OPCODE},
/* DEC r32 */ {0x48, 0, PLUS_R},
/* ENTER imm16, imm8 */ {0xC8, 0, IMM16 | IMM8},
/* FLD m32fp */// {0xD9, 0, MODRM | REG_OPCODE},
/* FLD m32fp */ {0xD9, 0, MODRM | REG_OPCODE},
/* FLD m64fp */ {0xDD, 0, MODRM | REG_OPCODE},
/* FLD m80fp */ {0xDB, 5, MODRM | REG_OPCODE},
/* INT 3 */ {0xCC, 0, 0},
Expand Down

0 comments on commit 50b95a5

Please sign in to comment.