Fix a typo introduced with the cppcheck fixes
This commit is contained in:
parent
ecc8c70f77
commit
e825afe3eb
@ -240,7 +240,7 @@ void Auto_frameToError(struct Auto *this, struct Program *program, struct Value
|
|||||||
{
|
{
|
||||||
struct Pc p;
|
struct Pc p;
|
||||||
int framePointer;
|
int framePointer;
|
||||||
int frameSize,;
|
int frameSize;
|
||||||
int retFrame;
|
int retFrame;
|
||||||
int i = this->stackPointer;
|
int i = this->stackPointer;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user