diff options
Diffstat (limited to 'src/ldebug.c')
-rw-r--r-- | src/ldebug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ldebug.c b/src/ldebug.c index 50ad3d3..de643b0 100644 --- a/src/ldebug.c +++ b/src/ldebug.c @@ -314,7 +314,7 @@ static int checkArgMode (const Proto *pt, int r, enum OpArgMask mode) { } -static Instruction symbexec (const Proto *pt, int lastpc, int reg) { +Instruction symbexec (const Proto *pt, int lastpc, int reg) { int pc; int last; /* stores position of last instruction that changed `reg' */ last = pt->sizecode-1; /* points to final return (a `neutral' instruction) */ |