Fix a mismerge
This commit is contained in:
parent
245f4582f9
commit
c1677cfccf
2 changed files with 12 additions and 18 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue