Code cleanup

This commit is contained in:
jl1990
2023-05-02 18:36:06 +02:00
parent 38ba334a1a
commit 4fb63eb36b
50 changed files with 118 additions and 118 deletions

View File

@@ -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;
}