mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-26 07:24:25 +00:00
Don't fetch pointers from a InMemoryStruct.
InMemoryStruct is extremely dangerous as it returns data from an internal buffer when the endiannes doesn't match. This should fix the tests on big endian hosts. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178875 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -135,8 +135,8 @@ ELF-NEXT: }
|
||||
MACHO: Sections [
|
||||
MACHO-NEXT: Section {
|
||||
MACHO-NEXT: Index: 0
|
||||
MACHO-NEXT: Name: __text (5F 5F 74 65 78 74 00
|
||||
MACHO-NEXT: Segment:
|
||||
MACHO-NEXT: Name: __text (5F 5F 74 65 78 74 00 00 00 00 00 00 00 00 00 00)
|
||||
MACHO-NEXT: Segment: __TEXT (5F 5F 54 45 58 54 00 00 00 00 00 00 00 00 00 00)
|
||||
MACHO-NEXT: Address: 0x0
|
||||
MACHO-NEXT: Size: 0x22
|
||||
MACHO-NEXT: Offset: 324
|
||||
|
Reference in New Issue
Block a user