From e8402528a3e3f77fa804904e875453039ed4abee Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 13 Jun 2008 19:32:59 -0700 Subject: Add 'pure' to embedded-C functions that deserve it --- tapset/aux_syscalls.stp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tapset/aux_syscalls.stp') diff --git a/tapset/aux_syscalls.stp b/tapset/aux_syscalls.stp index 2bd2ced4..bb0547f9 100644 --- a/tapset/aux_syscalls.stp +++ b/tapset/aux_syscalls.stp @@ -1787,7 +1787,7 @@ function _mmap_flags:string(flags:long) # old mmap functions passed in a struct like this. # function get_mmap_args:string (args:long) -%{ +%{ /* pure */ #if defined (__x86_64__) || defined (__ia64__) struct mmap_arg_struct { unsigned int addr; -- cgit