Code cleanup
This commit is contained in:
parent
0984e9167c
commit
85a0177cbd
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user