mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Remove an extra ';' on line 1120 include/llvm/Support/MachO.h .
Caught by Mike Edwards! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224551 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7e9a77a2aa
commit
ad7e6ee7e6
@ -1117,7 +1117,7 @@ namespace llvm {
|
||||
sys::swapByteOrder(s.cmd);
|
||||
sys::swapByteOrder(s.cmdsize);
|
||||
sys::swapByteOrder(s.sub_umbrella);
|
||||
};
|
||||
}
|
||||
|
||||
inline void swapStruct(dylinker_command &d) {
|
||||
sys::swapByteOrder(d.cmd);
|
||||
|
Loading…
Reference in New Issue
Block a user