Do not use uint if not needed

This commit is contained in:
jsteube
2019-03-25 21:54:51 +01:00
parent 0a8c7fab1c
commit 891a5beef8

View File

@@ -56,7 +56,7 @@ typedef int64_t i64;
// there's no such thing in plain C, therefore all vector operation cannot work in this emu
// which is why VECT_SIZE is set to 1
typedef uint uint4;
typedef uint32_t uint4;
// timer