summaryrefslogtreecommitdiffstats
path: root/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/RiscV64/RiscVCpuPause.S
blob: 36a95ef64ce04d1b0ef7c0fa78beeff3f094a151 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//------------------------------------------------------------------------------
//
// 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