/* CirioPatchSpacer.c */ /* Copyright Ó 1991 by Xerox Corporation. All rights reserved. */ /* Just defines some space that can be used for breakpoint patches. */ asm(".reserve _SomePatchSpace,8192,\"text\",8");