m68k: fix a compilation warning
This commit is contained in:
parent
714cf2c609
commit
e7ecbf7889
|
@ -428,6 +428,8 @@ static inline int opsize_bytes(int opsize)
|
|||
default:
|
||||
g_assert_not_reached();
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* Assign value to a register. If the width is less than the register width
|
||||
|
|
Loading…
Reference in New Issue