45a46,50
> elif options.inorder:
> if not options.caches:
> print "InOrder CPU must be used with caches"
> sys.exit(1)
> class TmpClass(InOrderCPU): pass