mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 18:49:16 +02:00
* fixed path to include file x8616lut.as in hermes i386 loader x86p_16.as (fixes hermes build on i386)
git-svn-id: trunk@16027 -
This commit is contained in:
parent
b93ab63038
commit
0f4fa650ca
@ -32,7 +32,7 @@
|
|||||||
.globl _ConvertX86p16_32RGBA888_LUT_X86
|
.globl _ConvertX86p16_32RGBA888_LUT_X86
|
||||||
.globl _ConvertX86p16_32BGRA888_LUT_X86
|
.globl _ConvertX86p16_32BGRA888_LUT_X86
|
||||||
|
|
||||||
.include "hermes/i386/x8616lut.as"
|
.include "src/i386/x8616lut.as"
|
||||||
|
|
||||||
.text
|
.text
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user