rc5/asm/rc5-586.pl was erroneously omitted from last perlasm unification.
This commit is contained in:
parent
676517e08e
commit
339ad7ce73
@ -1,6 +1,7 @@
|
||||
#!/usr/local/bin/perl
|
||||
|
||||
push(@INC,"perlasm","../../perlasm");
|
||||
$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
|
||||
push(@INC,"${dir}","${dir}../../perlasm");
|
||||
require "x86asm.pl";
|
||||
require "cbc.pl";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user