auto merge of #6175 : Aatch/rust/red-zone-warn, r=sanxiyn

This has happened to two people trying to get Rust working on other platforms. Since it won't compile either way, make a nicer message for it (which will also point them straight to the correct file).
This commit is contained in:
bors 2013-05-01 23:09:36 -07:00
commit 5458d7dddd

View file

@ -175,6 +175,10 @@
#define RED_ZONE_SIZE RZ_MAC_32
#endif
#ifndef RED_ZONE_SIZE
# error "Red zone not defined for this platform"
#endif
struct frame_glue_fns {
uintptr_t mark_glue_off;
uintptr_t drop_glue_off;