Deleted Added
sdiff udiff text old ( 10905:a6ca6831e775 ) new ( 10911:0ca18446a5bb )
full compact
1# Copyright (c) 2012 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

--- 908 unchanged lines hidden (view full) ---

917''')
918
919 @classmethod
920 def export_methods(cls, code):
921 code('''
922 void init();
923 void loadState(CheckpointIn &cp);
924 void initState();
925 void memInvalidate();
926 void memWriteback();
927 void regStats();
928 void resetStats();
929 void regProbePoints();
930 void regProbeListeners();
931 void startup();
932''')
933
934 # Returns a dict of all the option strings that can be

--- 593 unchanged lines hidden ---