mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 03:00:38 +00:00
I forgot to remove this comment in r7376
git-svn-id: https://svn.eduke32.com/eduke32@7384 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
2b3be31fa2
commit
ac87b8c945
1 changed files with 0 additions and 1 deletions
|
@ -1299,7 +1299,6 @@ GAMEEXEC_STATIC void VM_Execute(native_t const poop)
|
|||
next_instruction:
|
||||
#endif
|
||||
native_t tw = *insptr;
|
||||
// set up "p" in between tw and g_errorLineNum to avoid read after write penalty
|
||||
g_errorLineNum = tw >> 12;
|
||||
g_tw = tw &= VM_INSTMASK;
|
||||
|
||||
|
|
Loading…
Reference in a new issue