mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Fixed variable naming issue that prevented $Prefix-senddata.txt from having any information
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29046 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bbf34398a0
commit
b26d39eae5
@ -441,7 +441,7 @@ sub SendData{
|
||||
|
||||
my $sentdata="";
|
||||
foreach $x(keys(%hash_of_data)){
|
||||
$senddata.= "$x => $hash_of_data{$x}\n";
|
||||
$sentdata.= "$x => $hash_of_data{$x}\n";
|
||||
}
|
||||
WriteFile "$Prefix-sentdata.txt", $sentdata;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user