summaryrefslogtreecommitdiff
path: root/src/pal/src/arch
diff options
context:
space:
mode:
authorJonghyun Park <parjong@gmail.com>2016-06-17 17:55:24 +0900
committerJan Kotas <jkotas@microsoft.com>2016-06-17 01:55:24 -0700
commit1df2061b82e10047463e425aaeb7008c7a5f3209 (patch)
tree6289828ebdb3b1981fc9c00cca4fed40c43e16e9 /src/pal/src/arch
parent7b32045a32ac744105c607a15c03855508279b25 (diff)
downloadcoreclr-1df2061b82e10047463e425aaeb7008c7a5f3209.tar.gz
coreclr-1df2061b82e10047463e425aaeb7008c7a5f3209.tar.bz2
coreclr-1df2061b82e10047463e425aaeb7008c7a5f3209.zip
Use LEAF_END_MARKED instead of LEAF_END for DBG_DebugBreak (#5847)
This commit tries to fix #5845
Diffstat (limited to 'src/pal/src/arch')
-rw-r--r--src/pal/src/arch/arm/debugbreak.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pal/src/arch/arm/debugbreak.S b/src/pal/src/arch/arm/debugbreak.S
index 76b304f052..863d7cf40b 100644
--- a/src/pal/src/arch/arm/debugbreak.S
+++ b/src/pal/src/arch/arm/debugbreak.S
@@ -10,5 +10,5 @@
LEAF_ENTRY DBG_DebugBreak, _TEXT
EMIT_BREAKPOINT
bx lr
-LEAF_END DBG_DebugBreak, _TEXT
+LEAF_END_MARKED DBG_DebugBreak, _TEXT