From a703fdfcf9206c03e77eec2878a67cf455d69be1 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Thu, 31 May 2007 22:21:21 +0000 Subject: [PATCH] Add a second section to make sure the ROM is extended properly. --HG-- extra : convert_revision : a69c09c5e62c8b00d6c8039199c02e8fecbf9f2f --- src/arch/micro_asm_test.py | 7 +++++++ 1 file changed, 7 insertions(+) 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 };