aboutsummaryrefslogtreecommitdiff
path: root/ldebug.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldebug.c')
-rw-r--r--ldebug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldebug.c b/ldebug.c
index 9cb65a1f..a5a809bd 100644
--- a/ldebug.c
+++ b/ldebug.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ldebug.c,v 1.76 2001/04/06 18:25:00 roberto Exp roberto $ 2** $Id: ldebug.c,v 1.77 2001/06/05 18:17:01 roberto Exp roberto $
3** Debug Interface 3** Debug Interface
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -580,7 +580,7 @@ void luaG_ordererror (lua_State *L, const TObject *p1, const TObject *p2) {
580 ((sa)<<OpModesetA) | ((k)<<OpModeK) | (m)) 580 ((sa)<<OpModesetA) | ((k)<<OpModeK) | (m))
581 581
582 582
583const unsigned char luaG_opmodes[] = { 583const lu_byte luaG_opmodes[] = {
584/* T A B C sA K mode opcode */ 584/* T A B C sA K mode opcode */
585 opmode(0,1,1,0, 1,0,iABC), /* OP_MOVE */ 585 opmode(0,1,1,0, 1,0,iABC), /* OP_MOVE */
586 opmode(0,1,0,0, 1,1,iABc), /* OP_LOADK */ 586 opmode(0,1,0,0, 1,1,iABc), /* OP_LOADK */