From 95988676d8f5ba05c83eda84e2e7369ae854b855 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 24 Jul 2001 14:19:07 -0300 Subject: small bug when creating AsBc instructions in 16-bit machines --- lopcodes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lopcodes.h') diff --git a/lopcodes.h b/lopcodes.h index 9abb5152..95b46692 100644 --- a/lopcodes.h +++ b/lopcodes.h @@ -1,5 +1,5 @@ /* -** $Id: lopcodes.h,v 1.76 2001/06/28 19:58:57 roberto Exp roberto $ +** $Id: lopcodes.h,v 1.77 2001/07/03 17:01:34 roberto Exp roberto $ ** Opcodes for Lua virtual machine ** See Copyright Notice in lua.h */ @@ -96,7 +96,7 @@ enum OpMode {iABC, iABc, iAsBc}; /* basic instruction format */ ((Instruction)(b)<