One last attempt at a fix to my own GPF handler.

This commit is contained in:
OBattler
2022-10-27 04:10:16 +02:00
parent 4dc74515e8
commit bff5026b8b
4 changed files with 7 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
#define HASH(l) ((l) & 0x1ffff)
#define BLOCK_EXIT_OFFSET 0x7e0
#ifndef NEW_GPF
#ifdef OLD_GPF
#define BLOCK_GPF_OFFSET (BLOCK_EXIT_OFFSET - 20)
#else
#define BLOCK_GPF_OFFSET (BLOCK_EXIT_OFFSET - 12)