summaryrefslogtreecommitdiff
path: root/comboot.inc
diff options
context:
space:
mode:
Diffstat (limited to 'comboot.inc')
-rw-r--r--comboot.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/comboot.inc b/comboot.inc
index c7efe824..2388ad17 100644
--- a/comboot.inc
+++ b/comboot.inc
@@ -436,7 +436,7 @@ comapi_pxecall:
mov bx,P_BX
mov es,P_ES
mov di,P_DI
- call far [PXENVEntry]
+ call pxenv
mov P_AX,ax
clc
ret