summaryrefslogtreecommitdiff
path: root/i386/i386at/kdasm.S
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386at/kdasm.S')
-rw-r--r--i386/i386at/kdasm.S12
1 files changed, 6 insertions, 6 deletions
diff --git a/i386/i386at/kdasm.S b/i386/i386at/kdasm.S
index 46b1ee6b..fd0e1c86 100644
--- a/i386/i386at/kdasm.S
+++ b/i386/i386at/kdasm.S
@@ -69,9 +69,9 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
*/
-#define start 0x08(%ebp)
-#define count 0x0c(%ebp)
-#define value 0x10(%ebp)
+#define start B_ARG0
+#define count B_ARG1
+#define value B_ARG2
ENTRY(kd_slmwd)
pushl %ebp
@@ -96,9 +96,9 @@ ENTRY(kd_slmwd)
* "slam up"
*/
-#define from 0x08(%ebp)
-#define to 0x0c(%ebp)
-#define count 0x10(%ebp)
+#define from B_ARG0
+#define to B_ARG1
+#define count B_ARG2
ENTRY(kd_slmscu)
pushl %ebp
movl %esp, %ebp