# This file is in the public domain. # Strip qualifiers (const, volatile) from a pointer, sparc version. # This is trivial, since the qualifiers do not affect the asm-level # representation of a pointer. Just return the argument. .text .global dequal dequal: retl nop