--- tme/libtme/host/x86/rc-x86-insns.c 2018/04/24 16:43:07 1.1 +++ tme/libtme/host/x86/rc-x86-insns.c 2018/04/24 16:43:07 1.1.1.1 @@ -1,4 +1,4 @@ -/* $Id: rc-x86-insns.c,v 1.1 2018/04/24 16:43:07 root Exp $ */ +/* $Id: rc-x86-insns.c,v 1.1.1.1 2018/04/24 16:43:07 root Exp $ */ /* libtme/host/x86/rc-x86-insns.c - x86 host recode instructions support: */ @@ -33,7 +33,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -_TME_RCSID("$Id: rc-x86-insns.c,v 1.1 2018/04/24 16:43:07 root Exp $"); +_TME_RCSID("$Id: rc-x86-insns.c,v 1.1.1.1 2018/04/24 16:43:07 root Exp $"); /* this maps from recode opcode to x86 binary operation: */ #define TME_RECODE_X86_OPCODE_TO_BINOP(opcode) _tme_recode_x86_opcode_to_binop[(opcode) - TME_RECODE_OPCODE_SUB]