DLSTACK_PUSH_H 163 ext/dl/dl.h # define DLSTACK_PUSH_H(x) asm volatile ("pushl %0" :: "g" (x)); DLSTACK_PUSH_H 189 ext/dl/dl.h # define DLSTACK_PUSH_H(x) {long v=(long)x; memcpy(sp,&v,sizeof(long)); sp++;}