Fix a mismerge

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-11-14 14:27:52 +01:00
parent 245f4582f9
commit c1677cfccf
2 changed files with 12 additions and 18 deletions

View file

@ -1711,8 +1711,9 @@ module = {
module = {
name = backtrace;
common = lib/i386/backtrace.c lib/i386/backtrace_int.S;
enable = i386;
common = lib/i386/backtrace.c;
common = lib/i386/backtrace_int.S;
enable = x86;
};
module = {