m68k: fix a compilation warning

This commit is contained in:
Nguyen Anh Quynh 2017-02-23 20:34:17 +08:00
parent 714cf2c609
commit e7ecbf7889

View File

@ -428,6 +428,8 @@ static inline int opsize_bytes(int opsize)
default: default:
g_assert_not_reached(); g_assert_not_reached();
} }
return 0;
} }
/* Assign value to a register. If the width is less than the register width /* Assign value to a register. If the width is less than the register width