Explorar el Código

[Pal/{Linux, Linux-SGX}] Remove duplicated labels in clone-x86_64.S

ENTRY() macro already defines a label, so the labels don't need to be
defined again.
Isaku Yamahata hace 4 años
padre
commit
ba28a9c02c
Se han modificado 2 ficheros con 0 adiciones y 2 borrados
  1. 0 1
      Pal/src/host/Linux-SGX/clone-x86_64.S
  2. 0 1
      Pal/src/host/Linux/clone-x86_64.S

+ 0 - 1
Pal/src/host/Linux-SGX/clone-x86_64.S

@@ -91,7 +91,6 @@ ENTRY (clone)
 	ret
 
 ENTRY (thread_start)
-thread_start:
 	cfi_startproc
 	/* Clearing frame pointer is insufficient, use CFI.  */
 	cfi_undefined (rip)

+ 0 - 1
Pal/src/host/Linux/clone-x86_64.S

@@ -91,7 +91,6 @@ ENTRY (clone)
 	ret
 
 ENTRY (thread_start)
-thread_start:
 	cfi_startproc
 	/* Clearing frame pointer is insufficient, use CFI.  */
 	cfi_undefined (rip)