comparison lwasm/insn_rtor.c @ 212:bae1e3ecdce1

More preparation for gnulib integration
author lost
date Fri, 24 Apr 2009 06:43:02 +0000
parents 427e268e876b
children 0df2a39a268c
comparison
equal deleted inserted replaced
211:51511cf1c9f8 212:bae1e3ecdce1
21 /* 21 /*
22 for handling register to register mode instructions 22 for handling register to register mode instructions
23 */ 23 */
24 24
25 #define __insn_rtor_c_seen__ 25 #define __insn_rtor_c_seen__
26 26 #include <config.h>
27 #include "lwasm.h" 27 #include "lwasm.h"
28 #include "instab.h" 28 #include "instab.h"
29 29
30 OPFUNC(insn_rtor) 30 OPFUNC(insn_rtor)
31 { 31 {