summaryrefslogtreecommitdiff
path: root/codex86.h
diff options
context:
space:
mode:
authorSøren Sandmann <sandmann@redhat.com>2007-12-07 04:55:25 -0500
committerSøren Sandmann <sandmann@redhat.com>2007-12-07 04:55:25 -0500
commit99d8f56cc3e96a3b6d65e2391b4e0c45ac107b23 (patch)
tree1045cc792bfcb14c3d3addf68a611bfa2db5cd55 /codex86.h
parent7ce23811dc432ff6c4eae202785b00cb2ad00ecb (diff)
Fix memmory access; add call instruction
Diffstat (limited to 'codex86.h')
-rw-r--r--codex86.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/codex86.h b/codex86.h
index b692b46..4021462 100644
--- a/codex86.h
+++ b/codex86.h
@@ -121,6 +121,7 @@ void x86_pxor (Asm *a, op_t op, op_t dest);
void x86_cpuid (Asm *a);
void x86_pushf (Asm *a);
void x86_popf (Asm *a);
+void x86_call (Asm *a, op_t op);
void x86_emms (Asm *a);