mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
Pad Warning Fix
This commit is contained in:
+1
-1
@@ -906,7 +906,7 @@ void Companion::ProcessFile(YAML::Node root) {
|
||||
} else {
|
||||
stream << "\n";
|
||||
}
|
||||
} else if(gap > 0x10) {
|
||||
} else if(gap >= 0x10) {
|
||||
stream << "// WARNING: Gap detected between 0x" << std::hex << startptr << " and 0x" << end << " with size 0x" << gap << "\n";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user