Skip to content

Commit

Permalink
Update Elf Header files
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Oct 14, 2024
1 parent f920c67 commit 228ad3f
Show file tree
Hide file tree
Showing 6 changed files with 9,636 additions and 4,858 deletions.
11 changes: 10 additions & 1 deletion src/LibObjectFile.CodeGen/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Alexandre Mutel. All rights reserved.
// Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.

Expand Down Expand Up @@ -215,6 +215,15 @@ private static void ProcessEnum(CSharpConverterOptions cppOptions, CSharpCompila
case "960":
csFieldName = "I960";
break;
case "8051":
csFieldName = "I8051";
break;
case "78KOR":
csFieldName = "R78KOR";
break;
case "56800EX":
csFieldName = "F56800EX";
break;
default:
// assume Motorola
if (csFieldName.StartsWith("68"))
Expand Down
Loading

0 comments on commit 228ad3f

Please sign in to comment.