mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-24 19:00:54 +00:00
Revert incorrect warning fix.
This commit is contained in:
parent
88ebe02a3f
commit
88f18b09e9
@ -587,7 +587,7 @@ void GLES_GPU::ExecuteOp(u32 op, u32 diff)
|
||||
case GE_CMD_CALL:
|
||||
{
|
||||
u32 retval = dcontext.pc + 4;
|
||||
if (stackptr == ARRAY_SIZE(stack) - 1) {
|
||||
if (stackptr == ARRAY_SIZE(stack)) {
|
||||
ERROR_LOG(G3D, "CALL: Stack full!");
|
||||
} else {
|
||||
stack[stackptr++] = retval;
|
||||
|
Loading…
x
Reference in New Issue
Block a user