From 00fea62c985440f659918935e13a814bd04ebfc5 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Mon, 16 Sep 2019 12:55:06 +0200 Subject: [PATCH] Clang compatible syntax --- repos/base-linux/src/lib/syscall/spec/x86_64/lx_clone.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/base-linux/src/lib/syscall/spec/x86_64/lx_clone.S b/repos/base-linux/src/lib/syscall/spec/x86_64/lx_clone.S index 35f81b2d9..92f0ee580 100644 --- a/repos/base-linux/src/lib/syscall/spec/x86_64/lx_clone.S +++ b/repos/base-linux/src/lib/syscall/spec/x86_64/lx_clone.S @@ -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. */