diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2001-06-07 10:46:29 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2001-06-07 10:46:29 -0300 |
commit | 65c289b0465f717f907aa31ea7c68cf99e6420bf (patch) | |
tree | 28ec4901431b3a5319e9a5f39537694d9a7a671e /ldebug.c | |
parent | d5b83ead90fba27faa344c72406d85987d2460a4 (diff) | |
download | lua-65c289b0465f717f907aa31ea7c68cf99e6420bf.tar.gz lua-65c289b0465f717f907aa31ea7c68cf99e6420bf.tar.bz2 lua-65c289b0465f717f907aa31ea7c68cf99e6420bf.zip |
details
Diffstat (limited to 'ldebug.c')
-rw-r--r-- | ldebug.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | ||
583 | const unsigned char luaG_opmodes[] = { | 583 | const 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 */ |