5e: remove newline from suicide string
This commit is contained in:
parent
3aeca15d3c
commit
760b3d0667
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ evenaddr(u32int addr, u32int mask)
|
||||||
{
|
{
|
||||||
if((addr & mask) == 0)
|
if((addr & mask) == 0)
|
||||||
return addr;
|
return addr;
|
||||||
suicide("unaligned access %8ux @ %8ux\n", addr, P->R[15] - 4);
|
suicide("unaligned access %8ux @ %8ux", addr, P->R[15] - 4);
|
||||||
return addr & ~mask;
|
return addr & ~mask;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue