Skip to content

Commit

Permalink
Fix ATmega8 related tests
Browse files Browse the repository at this point in the history
  • Loading branch information
condret committed Dec 5, 2024
1 parent 5ceb5ba commit 30134ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/db/anal/avr
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ e asm.cpu=ATmega8
ao 1 @ 0x15e~^jump[1]
EOF
EXPECT=<<EOF
0x00006824
0x00000824
EOF
RUN

Expand All @@ -137,7 +137,7 @@ ao 1~^jump[1]
EOF
EXPECT=<<EOF
rjmp 0x3434
0x00003434
0x00001434
EOF
RUN

Expand Down

0 comments on commit 30134ae

Please sign in to comment.