mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
Silence some warnings about no value returned from non-void function
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5430 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
60dd316ea7
commit
1ed1a78738
2 changed files with 2 additions and 1 deletions
|
@ -449,6 +449,7 @@ static inline int opsize_bytes(int opsize)
|
|||
case OS_DOUBLE: return 8;
|
||||
default:
|
||||
qemu_assert(0, "bad operand size");
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue