mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-09 02:49:11 +00:00
More fixup for r269288 and r269296. Adding the missing 'return'.
llvm-svn: 269310
This commit is contained in:
parent
ab731f7e86
commit
a4c5bef998
@ -162,7 +162,7 @@ void internal__exit(int exitcode) {
|
||||
}
|
||||
|
||||
unsigned int internal_sleep(unsigned int seconds) {
|
||||
sleep(seconds);
|
||||
return sleep(seconds);
|
||||
}
|
||||
|
||||
uptr internal_getpid() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user