Halve delay time for binding to RPC server.

This commit is contained in:
Jean-Philip Desjardins 2017-03-22 23:47:03 -04:00
parent feb00fbffc
commit 8da6f75740

View File

@ -432,7 +432,7 @@ void CSifCmd::BuildExportTable()
assembler.ADDU(CMIPS::S0, CMIPS::A0, CMIPS::R0);
assembler.ADDU(CMIPS::S1, CMIPS::A1, CMIPS::R0);
assembler.LI(CMIPS::A0, 1000);
assembler.LI(CMIPS::A0, 500);
assembler.JAL(delayThreadAddr);
assembler.NOP();