mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
Fix typo in last change.
This commit is contained in:
@ -257,7 +257,7 @@ proc do_h8300_bitops4 {} {
|
|||||||
gas_finish
|
gas_finish
|
||||||
|
|
||||||
# Did we find what we were looking for? If not, flunk it.
|
# Did we find what we were looking for? If not, flunk it.
|
||||||
if [expr $x == 12] then { pass $testname } else { fail $testname }
|
if [expr $x == 15] then { pass $testname } else { fail $testname }
|
||||||
}
|
}
|
||||||
|
|
||||||
proc do_h8300_branches {} {
|
proc do_h8300_branches {} {
|
||||||
|
Reference in New Issue
Block a user