summaryrefslogtreecommitdiff
path: root/src/arch/x86/op_hlt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/op_hlt.c')
-rw-r--r--src/arch/x86/op_hlt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/op_hlt.c b/src/arch/x86/op_hlt.c
index 9443e7d..b789dca 100644
--- a/src/arch/x86/op_hlt.c
+++ b/src/arch/x86/op_hlt.c
@@ -45,7 +45,7 @@
* *
******************************************************************************/
-asm_x86_instr *read_instr_hlt(const uint8_t *data, off_t *pos, off_t len, uint64_t offset, const asm_x86_processor *proc)
+asm_x86_instr *x86_read_instr_hlt(const uint8_t *data, off_t *pos, off_t len, uint64_t offset, const asm_x86_processor *proc)
{
asm_x86_instr *result;