mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-28 00:41:02 +00:00
target/m68k/op_helper: Adjust formatting to be in sync with qemu
This commit is contained in:
parent
6e9ecb876e
commit
b92dd8d299
|
@ -105,7 +105,6 @@ throwaway:
|
||||||
cpu_m68k_set_sr(env, sr);
|
cpu_m68k_set_sr(env, sr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static const char *m68k_exception_name(int index)
|
static const char *m68k_exception_name(int index)
|
||||||
{
|
{
|
||||||
switch (index) {
|
switch (index) {
|
||||||
|
@ -210,7 +209,6 @@ static const char *m68k_exception_name(int index)
|
||||||
if (index >= 64 && index <= 255) {
|
if (index >= 64 && index <= 255) {
|
||||||
return "User Defined Vector";
|
return "User Defined Vector";
|
||||||
}
|
}
|
||||||
|
|
||||||
return "Unassigned";
|
return "Unassigned";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue