aboutsummaryrefslogtreecommitdiff
path: root/ltests.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2017-12-15 16:53:48 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2017-12-15 16:53:48 -0200
commitf8c1c1469aac2253f0787c0cb7cc228b1a57e738 (patch)
tree8770165aea5b365dfc230a669c6afe14a1b30bf9 /ltests.c
parent4b6928e7f524e2c2740fc1f9d16e130e0e2f4172 (diff)
downloadlua-f8c1c1469aac2253f0787c0cb7cc228b1a57e738.tar.gz
lua-f8c1c1469aac2253f0787c0cb7cc228b1a57e738.tar.bz2
lua-f8c1c1469aac2253f0787c0cb7cc228b1a57e738.zip
some cleaning on signed opcode parameters
Diffstat (limited to 'ltests.c')
-rw-r--r--ltests.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ltests.c b/ltests.c
index 3e9c82a0..130f5d6b 100644
--- a/ltests.c
+++ b/ltests.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltests.c,v 2.235 2017/12/08 15:19:13 roberto Exp roberto $ 2** $Id: ltests.c,v 2.236 2017/12/11 18:55:31 roberto Exp roberto $
3** Internal Module for Debugging of the Lua Implementation 3** Internal Module for Debugging of the Lua Implementation
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -665,7 +665,7 @@ static int get_limits (lua_State *L) {
665 setnameval(L, "BITS_INT", LUAI_BITSINT); 665 setnameval(L, "BITS_INT", LUAI_BITSINT);
666 setnameval(L, "MAXARG_Ax", MAXARG_Ax); 666 setnameval(L, "MAXARG_Ax", MAXARG_Ax);
667 setnameval(L, "MAXARG_Bx", MAXARG_Bx); 667 setnameval(L, "MAXARG_Bx", MAXARG_Bx);
668 setnameval(L, "MAXARG_sBx", MAXARG_sBx); 668 setnameval(L, "OFFSET_sBx", OFFSET_sBx);
669 setnameval(L, "BITS_INT", LUAI_BITSINT); 669 setnameval(L, "BITS_INT", LUAI_BITSINT);
670 setnameval(L, "LFPF", LFIELDS_PER_FLUSH); 670 setnameval(L, "LFPF", LFIELDS_PER_FLUSH);
671 setnameval(L, "NUM_OPCODES", NUM_OPCODES); 671 setnameval(L, "NUM_OPCODES", NUM_OPCODES);