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
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vlaze
Copy link

@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