Skip to content

Commit

Permalink
i#4474 a64 tests: Fix a64 asm error in burst_traceopts
Browse files Browse the repository at this point in the history
Fixes an error in the a64 assembly in the burst_traceopts test.  The
test is not yet officially enabled for a64 but that work will be done
later and it seems worth fixing this error now.

Issue: #4474
  • Loading branch information
derekbruening committed Nov 4, 2020
1 parent a5ab87c commit ddbdfbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/drcachesim/tests/burst_traceopts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ GLOBAL_LABEL(FUNCNAME:)
ldr x1, [x0, #32]
ldr x1, [x0, #16]
// Modify via non-memref.
add x0, #8
add x0, x0, #8
ldr x1, [x0, #32]
// There are no conditional/predicate loads/stores.
ret
Expand Down

0 comments on commit ddbdfbb

Please sign in to comment.