diff options
| author | nickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-08-22 10:16:17 +0000 |
|---|---|---|
| committer | nickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-08-22 10:16:17 +0000 |
| commit | 3b60fbf94daecbd35a4ff3acd9b374ac596c3278 (patch) | |
| tree | 2cb8893910bd845c5f635c1908673fc365a8cfe6 /packages/graph | |
| parent | 9623ae86441feb5be7744685910eb4a045b93241 (diff) | |
| download | fpc-3b60fbf94daecbd35a4ff3acd9b374ac596c3278.tar.gz | |
* Mode-X fixed (regcall-related bugfix in the asm of SetVisualX)
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15872 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/graph')
| -rw-r--r-- | packages/graph/src/go32v2/graph.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/graph/src/go32v2/graph.pp b/packages/graph/src/go32v2/graph.pp index 007bf9e906..7c15f128c6 100644 --- a/packages/graph/src/go32v2/graph.pp +++ b/packages/graph/src/go32v2/graph.pp @@ -1498,7 +1498,7 @@ const CrtAddress: word = 0; push cx push dx {$IFDEF REGCALL} - mov cx, ax + mov cx, dx {$ENDIF REGCALL} { Wait if we are currently in a Vertical Retrace } MOV DX, INPUT_1 { Input Status #1 Register } |
