Skip to content
This repository was archived by the owner on Nov 4, 2023. It is now read-only.

Tweaked syntax to avoid compilation error#74

Open
vlaze wants to merge 1 commit intojmckaskill:masterfrom
vlaze:master
Open

Tweaked syntax to avoid compilation error#74
vlaze wants to merge 1 commit intojmckaskill:masterfrom
vlaze:master

Conversation

@vlaze
Copy link
Copy Markdown

@vlaze vlaze commented Feb 9, 2017

This little fix prevents a compilation error under GNU/Linux systems which says:

In file included from call.c:38:0:
dynasm/dasm_x86.h: In function ‘dasm_put’:
dynasm/dasm_x86.h:207:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
  if (*p++ == 1 && *p == DASM_DISP) mrm = n; continue;

Copying the syntax of other lines of code, the problem seems to be fixed. Found in an Arch Linux machine using Lua 5.3.3.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant