On Mon, Jan 14, 2002 at 03:26:06PM -0800, Aldy Hernandez wrote: > On Mon, Jan 14, 2002 at 01:00:21PM -0800, Richard Henderson wrote: > > If the "function" is already a void, > > you could try (0 = 0) or something. > > how about a store instruction: store(a, b) > > b <-- a > > ...where there is no result. it will quietly fail. Does my suggestion not work? r~