# This file is in the public domain. # Strip qualifiers (const, volatile) from a pointer, i386 version. # This is trivial, since the qualifiers do not affect the asm-level # representation of a pointer. Just return the argument. .text .align 4 .globl dequal .type dequal,@function dequal: movl 4(%esp),%eax ret .Lfe1: .size dequal,Lfe1-dequal