Skip to content

Commit

Permalink
MdeModulePkg DebugSupportDxe: Convert X64/AsmFuncs.asm to NASM
Browse files Browse the repository at this point in the history
The BaseTools/Scripts/ConvertMasmToNasm.py script was used to convert
X64/AsmFuncs.asm to X64/AsmFuncs.nasm

Note: Also applied many manual cleanups where conversion script failed

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <[email protected]>
Cc: Feng Tian <[email protected]>
Cc: Star Zeng <[email protected]>
  • Loading branch information
jljusten2 authored and lgao4 committed Jun 28, 2016
1 parent 9b4ed88 commit 63b865c
Show file tree
Hide file tree
Showing 2 changed files with 588 additions and 0 deletions.
1 change: 1 addition & 0 deletions MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
Ia32/PlDebugSupport.c
X64/PlDebugSupport.h
X64/PlDebugSupportX64.c
X64/AsmFuncs.nasm
X64/AsmFuncs.S
X64/AsmFuncs.asm

Expand Down
Loading

0 comments on commit 63b865c

Please sign in to comment.