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:
terminx 2019-03-03 11:15:12 +00:00
parent 2b3be31fa2
commit ac87b8c945

View file

@ -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;