On Thu, Aug 03, 2006 at 01:57:17PM +1000, Stephen Rothwell wrote:
Hi Mike,
On Wed, 2 Aug 2006 10:59:47 -0700 Mike Kravetz [off-list ref] wrote:
quoted
+#else
+
+#define STACKFRAMESIZE 0
+#define HCALL_INST_PRECALL nop
+#define HCALL_INST_POSTCALL nop
Why even "nop", why not just blank?
At first I was concerned about macro expansion and knew a 'nop'
would be ok. Intended to go back and try 'blank', but forgot.
I'll give it a try.
--
Mike