diff options
| author | hrydgard <hrydgard@gmail.com> | 2008-08-01 08:37:19 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2008-08-01 08:37:19 +0000 |
| commit | 53ee26711ef33bf2b51bddb040421866dfc79bc3 (patch) | |
| tree | 9dc53c34c72c5c6af9ef943a7058d80388da0fb4 /Source/Core/Common/Src/MemArena.cpp | |
| parent | 3d769df03626e93d3f5c52c8b2c6d7e2dc1e0e06 (diff) | |
More linux work. Getting a bit closer, but JIT does still not work.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@119 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common/Src/MemArena.cpp')
| -rw-r--r-- | Source/Core/Common/Src/MemArena.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/MemArena.cpp b/Source/Core/Common/Src/MemArena.cpp index 11a87d524c..6753ebb851 100644 --- a/Source/Core/Common/Src/MemArena.cpp +++ b/Source/Core/Common/Src/MemArena.cpp @@ -40,7 +40,6 @@ void MemArena::GrabLowMemSpace(size_t size) ftruncate(fd, size);
return;
#endif
-
}
|
