git-svn-id: http://moon:8086/svn/mips@35 a8ebac50-d88d-4704-bea3-6648445a41b3
@@ -1,8 +1,8 @@
#include "libsys.h"
int non_aligned_load(UINT32* pMem)
int non_aligned_load(uint32_t* pMem)
{
UINT32 result;
uint32_t result;
__asm__
(
"li $t0, 0x01234567\n"
The note is not visible to the blocked user.