audk/IntelFspWrapperPkg/FspWrapperSecCore/Ia32/Dummy.asm

21 lines
411 B
NASM

;------------------------------------------------------------------------------
;
; Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
; SPDX-License-Identifier: BSD-2-Clause-Patent
;
; Module Name:
;
; Dummy.asm
;
; Abstract:
;
; To pass build
;
;------------------------------------------------------------------------------
.586p
.model flat,C
.code
END