Very odd error (mac)

Archives Forums/BlitzMax Bug Reports/Very odd error (mac)

Tricky(Posted 2016) [#1]
Building Modules
Compiling:Import_TUI_Core.bmx
Assertion failed: (m), function genLea, file /Users/marksibly/dev/blitzmax/_src/codegen/cgframe_x86.cpp, line 328.
Build Error: failed to compile /Volumes/Irravonia/BlitzMAX/v1.51/Mac/mod/tricky_ui.mod/tui_core.mod/Import/Import_TUI_Core.bmx
Process complete


The oddest part for me was that I was being referred to the way things were obviously installed on Mark's Mac, judging by the path name.

Oh yeah, the line that caused this to happen was this one:
GetOrigin oox,ooy-g.scrolly


oox and ooy were both floats and g.scrolly was an int.
I could "fix" this by doing things elseway (in my own code) and now the full code compiles as it should, but yet I still think the error I got was not the error I was supposed to get (if in fact I was even meant to get an error at all).