forked from Imagelibrary/rtems
powerpc: Fix warnings
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
#ifndef __SPE__
|
#ifndef __SPE__
|
||||||
#define GET_GPR(gpr) (gpr)
|
#define GET_GPR(gpr) (gpr)
|
||||||
#else
|
#else
|
||||||
#define GET_GPR(gpr) ((int) ((gpr) >> 32))
|
#define GET_GPR(gpr) ((uint32_t) ((gpr) >> 32))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* T. Straumann: provide a stack trace
|
/* T. Straumann: provide a stack trace
|
||||||
|
|||||||
Reference in New Issue
Block a user