- or download this
unless (defined &__x86_64__) { sub __x86_64__() { 1 } }
- or download this
unless (defined &__amd64__) { sub __amd64__() { 1 } }
- or download this
if(defined(&__x86_64__)) {
require 'asm-x86_64/unistd.ph';
} else {
require 'asm-i386/unistd.ph';
}