remove FIXME comment, re: 59d011334f

This commit is contained in:
CasualPokePlayer 2022-05-27 21:16:29 -07:00 committed by GitHub
parent 59d011334f
commit 2697a91739
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -13,8 +13,6 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.Ares64
private void MakeTrace(IntPtr disasm)
{
// FIXME: Something is wrong here, this is called back once and never called back again
// worked fine before v128 merge, probably some upstream regression?
var disasmStr = Mershul.PtrToStringUtf8(disasm);
if (!disasmStr.StartsWith("CPU")) // garbage, ignore
{