fix compiling problems

--HG--
extra : convert_revision : 9ecfd5a0a151c03503e42faf98240da12fd719b1
This commit is contained in:
Ali Saidi 2007-02-13 10:07:50 -05:00
parent d8c7ebf904
commit ca5cd68df4
2 changed files with 2 additions and 2 deletions

View file

@ -449,7 +449,7 @@ def template StoreCondCompleteAcc {{
%(fp_enable_check)s;
%(op_dest_decl)s;
uint64_t write_result = pkt->req->getScResult();
uint64_t write_result = pkt->req->getExtraData();
if (fault == NoFault) {
%(postacc_code)s;

View file

@ -278,7 +278,7 @@ def gen_hh(filename):
/* namespace Trace */ }
#endif // __BASE_TRACE_FLAGS_HH__
''',
\n''',
hhfile.close()