PA-RISC assembler pack: switch to bve in 64-bit builds.

PR: 3074
(cherry picked from commit 02450ec69d)
This commit is contained in:
Andy Polyakov
2013-06-18 10:37:00 +02:00
parent e7f9c08ab8
commit 6c7fa27404
7 changed files with 33 additions and 24 deletions

View File

@@ -724,6 +724,7 @@ foreach (split("\n",$code)) {
s/cmpb,\*/comb,/;
s/,\*/,/;
}
s/\bbv\b/bve/ if ($SIZE_T==8);
print $_,"\n";
}