From ac87b8c9456352587084ab21bd5777f611540328 Mon Sep 17 00:00:00 2001 From: terminx Date: Sun, 3 Mar 2019 11:15:12 +0000 Subject: [PATCH] I forgot to remove this comment in r7376 git-svn-id: https://svn.eduke32.com/eduke32@7384 1a8010ca-5511-0410-912e-c29ae57300e0 --- source/duke3d/src/gameexec.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/duke3d/src/gameexec.cpp b/source/duke3d/src/gameexec.cpp index 3d49cd8d3..831ca4524 100644 --- a/source/duke3d/src/gameexec.cpp +++ b/source/duke3d/src/gameexec.cpp @@ -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;