I did a similar thing, I didn't change the .s file, I changed the .c to hard code the answer:
#define XY 472 #define IOFFS AV_STRINGIFY(XY) It could have been even shorter (AV_STRINGIFY(472)) but I was thrashing, and when it finally worked, I let it be. Don't know enough about running the assembler to get it to do what you did. -- This message posted from opensolaris.org
