aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sim/testsuite/bpf/testutils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/testsuite/bpf/testutils.inc b/sim/testsuite/bpf/testutils.inc
index d3d6b17..ce5c552 100644
--- a/sim/testsuite/bpf/testutils.inc
+++ b/sim/testsuite/bpf/testutils.inc
@@ -6,7 +6,7 @@ mpass:
.string "pass\n"
.text
_pass:
- mov %r1, mpass ; point to "pass\n" string
+ lddw %r1, mpass ; point to "pass\n" string
mov %r2, 5 ; strlen mpass
call 7 ; printk
mov %r0, 0 ;