mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 17:28:28 +00:00
minor cleanup for watcom _inline keyword.
This commit is contained in:
parent
3c71f8939b
commit
53aa8eec5f
5 changed files with 10 additions and 10 deletions
|
@ -48,7 +48,7 @@ extern "C" {
|
|||
* \return the index of the most significant bit, or -1 if the value is 0.
|
||||
*/
|
||||
#if defined(__WATCOMC__) && defined(__386__)
|
||||
extern _inline int _SDL_bsr_watcom (Uint32);
|
||||
extern __inline int _SDL_bsr_watcom(Uint32);
|
||||
#pragma aux _SDL_bsr_watcom = \
|
||||
"bsr eax, eax" \
|
||||
parm [eax] nomemory \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue