mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 19:19:03 +00:00
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:
parent
9e49eda4f1
commit
f70819197a
3 changed files with 14 additions and 14 deletions
|
@ -41,7 +41,7 @@ class MemArena
|
|||
|
||||
|
||||
// This only finds 1 GB in 32-bit
|
||||
static u64 Find4GBBase();
|
||||
static u8* Find4GBBase();
|
||||
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue