Ticket #1777: tt1777-avoid-inline.patch
File tt1777-avoid-inline.patch, 468 bytes (added by doughera, 11 years ago) |
---|
-
src/packfile/pf_items.c
957 957 PARROT_WARN_UNUSED_RESULT 958 958 PARROT_CANNOT_RETURN_NULL 959 959 opcode_t 960 #ifdef __GNUC__ /* See TT #1777 */ 961 __attribute__ ((__noinline__)) 962 #endif 960 963 PF_fetch_opcode(ARGIN_NULLOK(const PackFile *pf), ARGMOD(const opcode_t **stream)) 961 964 { 962 965 ASSERT_ARGS(PF_fetch_opcode)