summaryrefslogtreecommitdiffstats
path: root/cf-code/cf-fsi-fw.S
diff options
context:
space:
mode:
Diffstat (limited to 'cf-code/cf-fsi-fw.S')
-rw-r--r--cf-code/cf-fsi-fw.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/cf-code/cf-fsi-fw.S b/cf-code/cf-fsi-fw.S
index 3d70efc..6089448 100644
--- a/cf-code/cf-fsi-fw.S
+++ b/cf-code/cf-fsi-fw.S
@@ -228,7 +228,7 @@ _start:
move.l %d0,%a1@(INT_CNT)
/* Install external interrupt vector */
- lea _int,%a0
+ lea %pc@(_int),%a0
move.l %a0,(0x46*4)
/* Mask interrupts */
OpenPOWER on IntegriCloud