1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 03:52:19 +02:00

Removed erroneous error for static property auto-setters mut

This commit is contained in:
Brian Fiete 2021-06-29 15:28:32 -07:00
parent 096dc0aaa3
commit 8796b3bcc1
2 changed files with 2 additions and 2 deletions

View file

@ -15848,7 +15848,7 @@ void BeMCContext::Generate(BeFunction* function)
mDbgPreferredRegs[32] = X64Reg_R8;*/
//mDbgPreferredRegs[8] = X64Reg_RAX;
mDebugging = (function->mName == "?TestBug@TestProgram@BeefTest@bf@@SAXXZ");
//mDebugging = (function->mName == "?TestBug@TestProgram@BeefTest@bf@@SAXXZ");
// || (function->mName == "?MethodA@TestProgram@BeefTest@bf@@CAXXZ");
// || (function->mName == "?Hey@Blurg@bf@@SAXXZ")
// ;