Skip to content

Commit

Permalink
Debugging legacy package.
Browse files Browse the repository at this point in the history
  • Loading branch information
PerryWerneck committed Feb 5, 2025
1 parent 73401b9 commit c1544f4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/libdmiget/decoders/table.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
// https://github.com/acidanthera/dmidecode
//

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif // HAVE_CONFIG_H

#include <smbios/defs.h>
#include <private/decoders.h>
#include <private/decoders/memory.h>
Expand All @@ -50,6 +54,11 @@
using namespace std;

namespace SMBios {
#ifdef LEGACY_COMPILER



#else

static const Decoder::Item EmptyTable[] = {
{}
Expand Down Expand Up @@ -632,5 +641,6 @@
return get(*data->get(offset));
}

#endif // LEGACY_COMPILER
}

0 comments on commit c1544f4

Please sign in to comment.