Page MenuHomeFreeBSD

D27177.diff
No OneTemporary

D27177.diff

Index: head/sys/riscv/include/asm.h
===================================================================
--- head/sys/riscv/include/asm.h
+++ head/sys/riscv/include/asm.h
@@ -47,8 +47,8 @@
#define _C_LABEL(x) x
#define ENTRY(sym) \
- .text; .globl sym; .type sym,@function; .align 4; sym:
-#define END(sym) .size sym, . - sym
+ .text; .globl sym; .type sym,@function; .align 4; sym: .cfi_startproc;
+#define END(sym) .cfi_endproc; .size sym, . - sym
#define EENTRY(sym) \
.globl sym; sym:

File Metadata

Mime Type
text/plain
Expires
Sun, Feb 1, 9:35 AM (13 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28333725
Default Alt Text
D27177.diff (507 B)

Event Timeline