Skip to content

Commit

Permalink
driver: Respect -m64.
Browse files Browse the repository at this point in the history
GitHub: Fixes #824.
  • Loading branch information
dnadlinger committed Jan 13, 2015
1 parent 8000ae3 commit 152e2c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions driver/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -989,9 +989,8 @@ int main(int argc, char **argv)
if (m64bits)
{
if (bitness != ExplicitBitness::None)
{
error(Loc(), "cannot use both -m32 and -m64 options");
}
bitness = ExplicitBitness::M64;
}

if (global.errors)
Expand Down

0 comments on commit 152e2c7

Please sign in to comment.