completed latest script cmd.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9015 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -883,8 +883,7 @@ static status_t exec_type2_script(uint8* rom, uint16 adress, int16* size, PinsTa
|
|||||||
switch (rom[adress])
|
switch (rom[adress])
|
||||||
{
|
{
|
||||||
case 0x32: /* new */
|
case 0x32: /* new */
|
||||||
//fixme:
|
*size -= (11 + ((*((uint8*)(&(rom[(adress + 6)])))) << 2));
|
||||||
*size -= 11;
|
|
||||||
if (*size < 0)
|
if (*size < 0)
|
||||||
{
|
{
|
||||||
LOG(8,("script size error, aborting!\n\n"));
|
LOG(8,("script size error, aborting!\n\n"));
|
||||||
|
|||||||
Reference in New Issue
Block a user