diff options
Diffstat (limited to 'dnsresolv.inc')
-rw-r--r-- | dnsresolv.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dnsresolv.inc b/dnsresolv.inc index 4fe2040a..a8f7dbd2 100644 --- a/dnsresolv.inc +++ b/dnsresolv.inc @@ -182,7 +182,9 @@ LastDNSServer dw DNSServers ; Points to a null-terminated or :-terminated string in DS:SI ; and returns the name in EAX if it exists and can be found. ; If EAX = 0 on exit, the lookup failed. - +; +; No segment assumptions permitted. +; section .text dns_resolv: push ds |