Fix thumb disassembly of LDMIA/STMIA
Former-commit-id: b04b07f181fff82869503671dd0f500a6c3e5fb1
This commit is contained in:
parent
2fb6f3c884
commit
2a66e525b1
|
@ -216,6 +216,7 @@ impl ThumbInstruction {
|
||||||
if has_first {
|
if has_first {
|
||||||
write!(f, ", {}", reg_string(i))?;
|
write!(f, ", {}", reg_string(i))?;
|
||||||
} else {
|
} else {
|
||||||
|
has_first = true;
|
||||||
write!(f, "{}", reg_string(i))?;
|
write!(f, "{}", reg_string(i))?;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue