summaryrefslogtreecommitdiff
path: root/regs.pl
diff options
context:
space:
mode:
Diffstat (limited to 'regs.pl')
-rwxr-xr-xregs.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/regs.pl b/regs.pl
index e96029a..c412c66 100755
--- a/regs.pl
+++ b/regs.pl
@@ -118,7 +118,7 @@ if ( $fmt eq 'h' ) {
# Output regdis.c
print "/* automatically generated from $file - do not edit */\n";
foreach $class ( sort(keys(%disclass)) ) {
- printf "static const int %-8s[] = {", $class;
+ printf "static const int rd_%-8s[] = {", $class;
@foo = @{$disclass{$class}};
@bar = ();
for ( $i = 0 ; $i < scalar(@foo) ; $i++ ) {