]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/ResetVector/Vtf0/DebugDisabled.asm
UefiCpuPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / UefiCpuPkg / ResetVector / Vtf0 / DebugDisabled.asm
1 ;------------------------------------------------------------------------------
2 ; @file
3 ; Debug disabled
4 ;
5 ; Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>
6 ; SPDX-License-Identifier: BSD-2-Clause-Patent
7 ;
8 ;------------------------------------------------------------------------------
9
10 BITS 16
11
12 %macro debugInitialize 0
13 ;
14 ; No initialization is required
15 ;
16 %endmacro
17
18 %macro debugShowPostCode 1
19 %endmacro
20