[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[pkg-wine-party] [wine] 01/78: hal: Add READ_PORT_ULONG stub.



This is an automated email from the git hooks/post-receive script.

jreyer-guest pushed a commit to branch stretch
in repository wine.

commit ea13beda0c527b8329cc493f070be290237a7968
Author: Austin English <austinenglish@gmail.com>
Date:   Tue Dec 22 19:35:00 2015 -0600

    hal: Add READ_PORT_ULONG stub.
    
    Signed-off-by: Austin English <austinenglish@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
    (cherry picked from commit 3e16c3343ad6cf3e0ab076343dd651f5bbc73750)
    Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
---
 dlls/hal/hal.c    | 6 ++++++
 dlls/hal/hal.spec | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/dlls/hal/hal.c b/dlls/hal/hal.c
index 96bc895..bca688e 100644
--- a/dlls/hal/hal.c
+++ b/dlls/hal/hal.c
@@ -155,3 +155,9 @@ KIRQL WINAPI KeGetCurrentIrql(VOID)
     FIXME( " stub!\n");
     return 0;
 }
+
+ULONG WINAPI READ_PORT_ULONG(ULONG *port)
+{
+    FIXME("(%p) stub!\n", port);
+    return 0;
+}
diff --git a/dlls/hal/hal.spec b/dlls/hal/hal.spec
index 3046c65..02f778c 100644
--- a/dlls/hal/hal.spec
+++ b/dlls/hal/hal.spec
@@ -82,7 +82,7 @@
 @ stub READ_PORT_BUFFER_ULONG
 @ stub READ_PORT_BUFFER_USHORT
 @ stub READ_PORT_UCHAR
-@ stub READ_PORT_ULONG
+@ stdcall READ_PORT_ULONG(ptr)
 @ stub READ_PORT_USHORT
 @ stub WRITE_PORT_BUFFER_UCHAR
 @ stub WRITE_PORT_BUFFER_ULONG

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



Reply to: