summaryrefslogtreecommitdiff
path: root/mem.c
AgeCommit message (Expand)Author
2015-07-21Better error handling in alloc_codeMichael Pavone
2015-06-28Use MAP_32BIT on Linux since my hint seems to be ignoredMichael Pavone
2015-06-28Use mmap with a hint rather than sbrk for allocating executable memory within...Michael Pavone
2013-09-10Added copyright notice to source files and added GPL license text in COPYINGMike Pavone
2012-12-04M68K to x86 translation works for a limited subset of instructions and addres...Mike Pavone
2012-11-27x86 code gen, initial work on translatorMike Pavone