mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Removed debug print statement.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6641 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6994dab12a
commit
cf614a32d5
@ -80,7 +80,6 @@ static void *getMemory(unsigned NumPages) {
|
|||||||
PROT_READ|PROT_WRITE|PROT_EXEC,
|
PROT_READ|PROT_WRITE|PROT_EXEC,
|
||||||
MAP_PRIVATE|MAP_ANON|MAP_FIXED, -1, 0); /* fd = -1 */
|
MAP_PRIVATE|MAP_ANON|MAP_FIXED, -1, 0); /* fd = -1 */
|
||||||
Counter += pageSize*NumPages;
|
Counter += pageSize*NumPages;
|
||||||
std::cerr << "getMemory() returning " << pa << "\n";
|
|
||||||
#else
|
#else
|
||||||
std::cerr << "This architecture is not supported by the JIT\n";
|
std::cerr << "This architecture is not supported by the JIT\n";
|
||||||
abort();
|
abort();
|
||||||
|
Loading…
Reference in New Issue
Block a user