diff options
| author | fires.gc <fires.gc@gmail.com> | 2008-07-17 20:08:01 +0000 |
|---|---|---|
| committer | fires.gc <fires.gc@gmail.com> | 2008-07-17 20:08:01 +0000 |
| commit | fa6bd5d2e28892a5ce63b8b4f3e7ce18e8a200b6 (patch) | |
| tree | 3249d5a78ba4d0fc7f1b5894f20fe8621a46e59f /Source/Core/Common | |
| parent | d23af1a15e07a66bf88352facd527bed6df3828c (diff) | |
added first iteration of breakpoint view for the debugger
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@21 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common')
| -rw-r--r-- | Source/Core/Common/Src/MemoryUtil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/MemoryUtil.cpp b/Source/Core/Common/Src/MemoryUtil.cpp index 318e7361a1..4694f3ca13 100644 --- a/Source/Core/Common/Src/MemoryUtil.cpp +++ b/Source/Core/Common/Src/MemoryUtil.cpp @@ -41,7 +41,7 @@ void* AllocateExecutableMemory(int size) if ((u64)ptr >= 0x80000000)
{
- PanicAlert("Executable memory ended up above 2GB! WTF!");
+ PanicAlert("Executable memory ended up above 2GB!");
// If this happens, we have to implement a free ram search scheme. ector knows how.
}
|
