Clang compatible syntax

This commit is contained in:
Ehmry - 2019-09-16 12:55:06 +02:00
parent 28eb528148
commit b7c63e38f7

View File

@ -50,7 +50,7 @@ L(pseudo_end):
L(thread_start): L(thread_start):
.cfi_startproc .cfi_startproc
/* Clearing frame pointer is insufficient, use CFI. */ /* Clearing frame pointer is insufficient, use CFI. */
.cfi_undefined (%rip); .cfi_undefined %rip;
/* Clear the frame pointer. The ABI suggests this be done, to mark /* Clear the frame pointer. The ABI suggests this be done, to mark
the outermost frame obviously. */ the outermost frame obviously. */