Simplify C++ style in Linker.
This commit is contained in:
+2
-1
@@ -42,7 +42,7 @@ static int hex(char c)
|
||||
#define NJUMPS 200
|
||||
#define NSECTIONS 550
|
||||
|
||||
struct DefaultLinker::Label
|
||||
class DefaultLinker::Label
|
||||
{
|
||||
char label[31 + 1];
|
||||
public:
|
||||
@@ -80,6 +80,7 @@ DefaultLinker::DefaultLinker() :
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
void DefaultLinker::init(const void *pdata, int plen, int pinfo)
|
||||
{
|
||||
assert(!frozen);
|
||||
|
||||
Reference in New Issue
Block a user