diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-04-02 17:43:08 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-04-02 17:43:08 -0300 |
| commit | 13ab5a6bb1258d640bda2e6d776d5a38f3fa867b (patch) | |
| tree | 22e8c2e5c1d10001d0abdeced6046e4489962f27 /lcode.c | |
| parent | cd99bbcd0d88e7b5864ea9c9634ce8abd9bdedda (diff) | |
| download | lua-13ab5a6bb1258d640bda2e6d776d5a38f3fa867b.tar.gz lua-13ab5a6bb1258d640bda2e6d776d5a38f3fa867b.tar.bz2 lua-13ab5a6bb1258d640bda2e6d776d5a38f3fa867b.zip | |
details
Diffstat (limited to 'lcode.c')
| -rw-r--r-- | lcode.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lcode.c,v 1.92 2002/03/21 20:31:43 roberto Exp roberto $ | 2 | ** $Id: lcode.c,v 1.93 2002/03/25 17:47:14 roberto Exp roberto $ |
| 3 | ** Code generator for Lua | 3 | ** Code generator for Lua |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -704,7 +704,7 @@ void luaK_posfix (FuncState *fs, BinOpr op, expdesc *e1, expdesc *e2) { | |||
| 704 | luaK_exp2nextreg(fs, e2); | 704 | luaK_exp2nextreg(fs, e2); |
| 705 | freeexp(fs, e2); | 705 | freeexp(fs, e2); |
| 706 | freeexp(fs, e1); | 706 | freeexp(fs, e1); |
| 707 | e1->info = luaK_codeABC(fs, codes[op], 0, e1->info, e2->info); | 707 | e1->info = luaK_codeABC(fs, OP_CONCAT, 0, e1->info, e2->info); |
| 708 | e1->k = VRELOCABLE; | 708 | e1->k = VRELOCABLE; |
| 709 | } | 709 | } |
| 710 | break; | 710 | break; |
