v1.19.7: Windows 95 boots to the desktop
This commit is contained in:
parent
fab328aa24
commit
a774fb983e
33 changed files with 8372 additions and 1411 deletions
|
|
@ -3980,7 +3980,7 @@ X86CPU.prototype.getIPWord = function()
|
|||
* getIPDisp()
|
||||
*
|
||||
* @this {X86CPU}
|
||||
* @return {number} sign-extended value from the byte at the current IP; IP advanced by 1
|
||||
* @return {number} sign-extended (32-bit) value from the byte at the current IP; IP advanced by 1
|
||||
*/
|
||||
X86CPU.prototype.getIPDisp = function()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue