Ali Saidi wrote: > Sorry Gabe, > > I ran all the other variants, I just don't have files, etc for x86. > Perhaps you should place some on zizzer. It is possible to turn your > changesets back into patches. The first thing I would do is clone the > repository though. That way you will have something to go back to if > something goes wrong. All parameters should have a default or a user > set value. If the parameter is left blank, you're still getting a > value in the params struct, it just happens to be NULL. If NULL is ok, > then it should be the default, if it's not OK then it was going to > generate an error anyway (later in the execution). To answer your > question more explicitly, you can set something to NULL. >
What's the syntax to set something to NULL by default? That's actually what I want in this case, I think. I tried using "None" but apparently that's not right. Gabe _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
