This is the mail archive of the cgen@sourceware.org mailing list for the CGEN project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Delayed Memory Writes


Hi -

> When I write a line of code such as
> (set (delay 2 (mem SI r)) a)
> or
> (set (delay 2 (reg SI h-memory r)) a)
> I get the error "ERROR: Unbound variable: set".  Is there some special
> notation for delayed memory stores, or a different way to accomplish this?

It nests the other way:

   (delay 1 (set FOO BAR))

- FChE


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]