I tried using %2 instead of specifying register r0, but for some reason kept getting errors like:
/home/u0018756/xhprof/extension/xhprof.c: In function ‘hp_mode_hier_beginfn_cb’:
/home/u0018756/xhprof/extension/xhprof.c:1245:3: error: unknown register name ‘ ’ in ‘asm’
asm volatile(
also added top-level Makefile for the impatient, and added a few clues to the README. there are a lot of errors compiling under PHP7.0; many functions now use different numbers of args.
I tried using
%2
instead of specifying register r0, but for some reason kept getting errors like:also added top-level Makefile for the impatient, and added a few clues to the README. there are a lot of errors compiling under PHP7.0; many functions now use different numbers of args.