mirror of https://github.com/acidanthera/audk.git
15 lines
439 B
ArmAsm
15 lines
439 B
ArmAsm
//------------------------------------------------------------------------------
|
|
//
|
|
// CpuBreakpoint for RISC-V
|
|
//
|
|
// Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
|
|
//
|
|
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
//
|
|
//------------------------------------------------------------------------------
|
|
|
|
ASM_GLOBAL ASM_PFX(RiscVCpuBreakpoint)
|
|
ASM_PFX(RiscVCpuBreakpoint):
|
|
ebreak
|
|
ret
|