From: Gabe Black Date: Thu, 31 May 2007 22:21:21 +0000 (+0000) Subject: Add a second section to make sure the ROM is extended properly. X-Git-Tag: m5_2.0_beta4~387 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a703fdfcf9206c03e77eec2878a67cf455d69be1;p=gem5.git Add a second section to make sure the ROM is extended properly. --HG-- extra : convert_revision : a69c09c5e62c8b00d6c8039199c02e8fecbf9f2f --- diff --git a/src/arch/micro_asm_test.py b/src/arch/micro_asm_test.py index f0aebe2b2..b074ecb58 100755 --- a/src/arch/micro_asm_test.py +++ b/src/arch/micro_asm_test.py @@ -91,6 +91,13 @@ def macroop squishy { .tweak }; +#Extending the rom... +def rom +{ + #Here's more stuff for the rom + bah +}; + def macroop squashy { bah };