mirror of https://github.com/acidanthera/audk.git
fix .s comment
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1848 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
fec7633848
commit
1f0b4e9cb0
|
@ -329,8 +329,10 @@ public final class ModuleReader implements Common.ForDoAll {
|
|||
//-----------------------------------ForDoAll-----------------------------------//
|
||||
public void run(String filepath) throws Exception {
|
||||
String name = mi.temppath + File.separator + filepath.replace(mi.temppath + File.separator, "");
|
||||
if (commentlaplace.recognize(name)) {
|
||||
commentlaplace.transform(name, name);
|
||||
}
|
||||
}
|
||||
|
||||
public boolean filter(File dir) {
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue