Code cleanup

This commit is contained in:
Pierre Pronchery 2012-12-01 02:25:23 +01:00
parent 0984e9167c
commit 85a0177cbd

View File

@ -15,9 +15,13 @@
#include <System.h>
#include <string.h> #ifndef ASM_ARCH_I386_H
#include <errno.h> # define ASM_ARCH_I386_H
# include <System.h>
# include <string.h>
# include <errno.h>
/* i386 */ /* i386 */
@ -713,3 +717,5 @@ static int _encode_register(AsmArchPlugin * plugin, uint32_t * i,
ioperand.value.immediate.value = ar->id; ioperand.value.immediate.value = ar->id;
return _encode_immediate(plugin, &ioperand); return _encode_immediate(plugin, &ioperand);
} }
#endif /* !ASM_ARCH_I386_H */