llvm-6502/lib/ExecutionEngine
Chris Lattner 2fdaddf445 Fix two problems:
* Load Implementation can cause unaligned memory accesses, which caused
    problems for sparc.
  * cast from pointer to pointer would zero the upper 32 bits of the pointer
    which obviously causes problems on 64 bit hosts.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4454 91177308-0d34-0410-b5e6-96231b3b80d8
2002-10-30 21:47:57 +00:00
..
Interpreter Fix two problems: 2002-10-30 21:47:57 +00:00
Makefile Export symbols for linux 2002-09-13 22:20:19 +00:00