Modifying Go Runtime

According to http://wiki.osdev.org/PE#64_bit_PE, A 32 bit PE differs by the AMD64 machine type is different.


According to http://golang.org/pkg/debug/pe/#pkg-constants, Go uses the PE64 version of AMD64.

Would changing this value screw up anything else in the Go run-time ????
Topic archived. No new replies allowed.