summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/transitions/librm.S
diff options
context:
space:
mode:
authorMichael Brown2006-05-24 11:16:48 +0200
committerMichael Brown2006-05-24 11:16:48 +0200
commit83d80d9e79e61ba0d14b194de8b7c979937a02ea (patch)
treeb7b1c700e17b601c60ea05fe2e889c9f6f01167d /src/arch/i386/transitions/librm.S
parentRemoved REAL_FRAGMENT and REAL_CALL, and left just REAL_EXEC (which is (diff)
downloadipxe-83d80d9e79e61ba0d14b194de8b7c979937a02ea.tar.gz
ipxe-83d80d9e79e61ba0d14b194de8b7c979937a02ea.tar.xz
ipxe-83d80d9e79e61ba0d14b194de8b7c979937a02ea.zip
Remove references to obsoleted REAL_CALL from documentation.
Diffstat (limited to 'src/arch/i386/transitions/librm.S')
-rw-r--r--src/arch/i386/transitions/librm.S5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/arch/i386/transitions/librm.S b/src/arch/i386/transitions/librm.S
index 1fba5c56..ee0cb004 100644
--- a/src/arch/i386/transitions/librm.S
+++ b/src/arch/i386/transitions/librm.S
@@ -421,9 +421,8 @@ prot_call:
* callee to preserve. Gate A20 will be re-enabled in case the
* real-mode routine disabled it.
*
- * librm.h defines two convenient macros for using real_call:
- * REAL_CALL and REAL_EXEC. See librm.h and realmode.h for details
- * and examples.
+ * librm.h defines a convenient macro REAL_EXEC() for using real_call.
+ * See librm.h and realmode.h for details and examples.
*
* Parameters:
* (32-bit) near pointer to real-mode function to call