79a80,85
> if options.fast_forward and options.checkpoint_restore != None:
> m5.panic("Error: Can't specify both --fast-forward and --checkpoint-restore")
>
> if options.standard_switch and not cpu_class:
> m5.panic("Error: Must specify CPU to switch to for --standard-switch (almost always detailed (-d))")
>