]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseLib/Ia32/CpuBreakpoint.s
Make the EdkMoudlePkg build by allocate mCallbackFnTable at runtime as PCD_TOTAL_TOKE...
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / CpuBreakpoint.s
CommitLineData
878ddf1f 1#------------------------------------------------------------------------------ ;\r
2# Copyright (c) 2006, Intel Corporation\r
3# All rights reserved. This program and the accompanying materials\r
4# are licensed and made available under the terms and conditions of the BSD License\r
5# which accompanies this distribution. The full text of the license may be found at\r
6# http://opensource.org/licenses/bsd-license.php\r
7#\r
8# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
9# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
10#\r
11# Module Name:\r
12#\r
13# CpuBreakpoint.s\r
14#\r
15# Abstract:\r
16#\r
17# CpuBreakpoint function\r
18#\r
19# Notes:\r
20#\r
21#------------------------------------------------------------------------------\r
22\r
23\r
24\r
25 \r
26 \r
27\r
28#------------------------------------------------------------------------------\r
29# VOID\r
30# EFIAPI\r
31# CpuBreakpoint (\r
32# VOID\r
33# );\r
34#------------------------------------------------------------------------------\r
35.global _CpuBreakpoint\r
36_CpuBreakpoint: \r
f7f897da 37 int $3\r
878ddf1f 38 ret\r
39\r
40\r
41\r