remove outdated comment

This commit is contained in:
Wolfgang Thaller 2021-04-18 12:35:53 +02:00
parent c76e2f0785
commit 3488c827ef

View File

@ -207,7 +207,6 @@ void Retro68Relocate()
rState->hasStripAddr = hasStripAddr;
rState->hasFlushCodeCache = hasFlushCodeCache;
// Locate the start of the FLT file header inside the code resource
uint8_t *orig_stext, *orig_etext, *orig_sdata, *orig_edata, *orig_sbss, *orig_ebss;
GET_VIRTUAL_ADDRESS(orig_stext, _stext);