Several cleanups

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-26 19:10:52 +01:00
parent 515e8007fc
commit 1948a3b714
7 changed files with 17 additions and 58 deletions

View file

@ -1755,7 +1755,8 @@ module = {
module = {
name = backtrace;
common = lib/i386/backtrace.c;
x86 = lib/i386/backtrace.c;
common = lib/backtrace.c;
enable = x86;
};