mirror of https://github.com/PCSX2/pcsx2.git
use volatile
This commit is contained in:
parent
a0ec633c46
commit
ff4cf51494
|
@ -81,7 +81,7 @@ bool rx_fifo_can_rx()
|
|||
//we can recv a packet !
|
||||
return true;
|
||||
}
|
||||
bool fireIntR = false;
|
||||
volatile bool fireIntR = false;
|
||||
void rx_process(NetPacket* pk)
|
||||
{
|
||||
if (!rx_fifo_can_rx())
|
||||
|
|
Loading…
Reference in New Issue