Skip to content

Commit 228ad3f

Browse files
committed
Update Elf Header files
1 parent f920c67 commit 228ad3f

File tree

6 files changed

+9636
-4858
lines changed

6 files changed

+9636
-4858
lines changed

src/LibObjectFile.CodeGen/Program.cs

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Alexandre Mutel. All rights reserved.
1+
// Copyright (c) Alexandre Mutel. All rights reserved.
22
// This file is licensed under the BSD-Clause 2 license.
33
// See the license.txt file in the project root for more information.
44

@@ -215,6 +215,15 @@ private static void ProcessEnum(CSharpConverterOptions cppOptions, CSharpCompila
215215
case "960":
216216
csFieldName = "I960";
217217
break;
218+
case "8051":
219+
csFieldName = "I8051";
220+
break;
221+
case "78KOR":
222+
csFieldName = "R78KOR";
223+
break;
224+
case "56800EX":
225+
csFieldName = "F56800EX";
226+
break;
218227
default:
219228
// assume Motorola
220229
if (csFieldName.StartsWith("68"))

0 commit comments

Comments
 (0)