Clang compatible syntax

This commit is contained in:
Ehmry - 2019-09-16 12:55:06 +02:00
parent b23bb9b679
commit 00fea62c98

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. */