mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 16:08:36 -07:00
Update apps
This commit is contained in:
2
applications/external/brainfuck/worker.c
vendored
2
applications/external/brainfuck/worker.c
vendored
@@ -111,7 +111,7 @@ void rShift() {
|
||||
|
||||
memset((tmp + stackSize) - BF_STACK_STEP_SIZE, 0x00, BF_STACK_STEP_SIZE);
|
||||
bfStack = (uint8_t*)tmp;
|
||||
}
|
||||
};
|
||||
if(stackPtr > stackSizeReal) {
|
||||
stackSizeReal = stackPtr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user