From 28c9c2c4e6ae0528cfb8c81688309e6132741731 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 12 Oct 1998 11:15:04 +0000 Subject: [PATCH] (PSEUDO): Add missing semicolon so that profiling works. --- sysdeps/unix/sysv/linux/arm/sysdep.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysdeps/unix/sysv/linux/arm/sysdep.h b/sysdeps/unix/sysv/linux/arm/sysdep.h index 381ce26..5972aba 100644 --- a/sysdeps/unix/sysv/linux/arm/sysdep.h +++ b/sysdeps/unix/sysv/linux/arm/sysdep.h @@ -49,8 +49,8 @@ #undef PSEUDO #define PSEUDO(name, syscall_name, args) \ .text; \ - .type syscall_error,%function ; \ - ENTRY (name) \ + .type syscall_error,%function; \ + ENTRY (name); \ DO_CALL (args, syscall_name); \ cmn r0, $4096; \ bhs PLTJMP(C_SYMBOL_NAME(__syscall_error)); -- 2.7.4