Changed return type of Find4GBBase() to u8*, since it really is a pointer (all callers were typecasting it to u8*).

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@553 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Maarten ter Huurne
2008-09-17 07:58:17 +00:00
parent 9e49eda4f1
commit f70819197a
3 changed files with 14 additions and 14 deletions

View File

@ -41,7 +41,7 @@ class MemArena
// This only finds 1 GB in 32-bit
static u64 Find4GBBase();
static u8* Find4GBBase();
private: