summaryrefslogtreecommitdiff
path: root/sys/arch/sgi
diff options
context:
space:
mode:
authorPer Fogelstrom <pefo@cvs.openbsd.org>2004-09-10 08:58:28 +0000
committerPer Fogelstrom <pefo@cvs.openbsd.org>2004-09-10 08:58:28 +0000
commit88d181f058e2e0ee239bcf4768325d257dc341de (patch)
treefd12016eb66f9e87db220bf5a98bca20d89c4bc5 /sys/arch/sgi
parent70df348146a5009f6ed6c06b3243a2ed28bce5ed (diff)
Fix LEAF usage adding new extra arg. spotted by miod.
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r--sys/arch/sgi/localbus/macectrl.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/localbus/macectrl.S b/sys/arch/sgi/localbus/macectrl.S
index 153ce326cc9..97103b87111 100644
--- a/sys/arch/sgi/localbus/macectrl.S
+++ b/sys/arch/sgi/localbus/macectrl.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: macectrl.S,v 1.3 2004/09/09 22:11:39 pefo Exp $ */
+/* $OpenBSD: macectrl.S,v 1.4 2004/09/10 08:58:27 pefo Exp $ */
/*
* Copyright (c) 2004 Opsycon AB (www.opsycon.se / www.opsycon.com)
@@ -37,7 +37,7 @@
.set noreorder # Noreorder is default style!
.globl hw_setintrmask
-LEAF(hw_setintrmask)
+LEAF(hw_setintrmask, 0)
lw v0, mace_intem
PTR_L v1, hwmask_addr
nor a0, zero, a0