commit | 9fd73b8a7f13462d3ca4151344ba4f4751ef9deb | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Thu Nov 16 20:04:04 2006 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Thu Nov 16 20:04:04 2006 +0000 |
tree | 7e1be117918a14f2d657f880e2b1af84fd47d67c | |
parent | b3030c42e031182fbe94541a989cdc60816ab1b8 [diff] [blame] |
Match MachineCodeEmitter changes. llvm-svn: 31787
diff --git a/llvm/lib/CodeGen/MachOWriter.cpp b/llvm/lib/CodeGen/MachOWriter.cpp index be21f5c..7c0855a 100644 --- a/llvm/lib/CodeGen/MachOWriter.cpp +++ b/llvm/lib/CodeGen/MachOWriter.cpp
@@ -100,7 +100,7 @@ } /// JIT SPECIFIC FUNCTIONS - DO NOT IMPLEMENT THESE HERE! - void startFunctionStub(unsigned StubSize) { + void startFunctionStub(unsigned StubSize, unsigned Alignment = 1) { assert(0 && "JIT specific function called!"); abort(); }