Clang compatible syntax

This commit is contained in:
Ehmry - 2019-09-16 12:55:06 +02:00
parent 28eb528148
commit b7c63e38f7
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ L(pseudo_end):
L(thread_start):
.cfi_startproc
/* 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
the outermost frame obviously. */