mirror of https://github.com/acidanthera/audk.git
15 lines
421 B
ArmAsm
15 lines
421 B
ArmAsm
//------------------------------------------------------------------------------
|
|
//
|
|
// CpuPause 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(RiscVCpuPause)
|
|
ASM_PFX(RiscVCpuPause):
|
|
nop
|
|
ret
|