- use build in data types

git-svn-id: http://moon:8086/svn/mips@35 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
2015-05-28 19:19:01 +00:00
parent 3263f9d79c
commit a655e1c5d9
54 changed files with 1551 additions and 1583 deletions
+2 -2
View File
@@ -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"