Kevin Lawton wrote:

> Question.  Is there any problem using the varargs macros
> in a space independent monitor debug facility?  Looks
> like va_start() and va_end() don't call any functions.
> As long as they don't call any, I can use them.

Should be OK to use those.  (Theoretically, the implementation 
is free to use library support, but in practice I guess we can 
assume that any reasonable implementation on i386 is done via inline
stack pointer manipulations, given the function calling convention
of Linux/386 ...)

Bye,
Ulrich


-- 
  Dr. Ulrich Weigand
  [EMAIL PROTECTED]

Reply via email to