summaryrefslogtreecommitdiff
path: root/dos
diff options
context:
space:
mode:
Diffstat (limited to 'dos')
-rw-r--r--dos/int2526.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/dos/int2526.S b/dos/int2526.S
index bcb7707e..53e63f84 100644
--- a/dos/int2526.S
+++ b/dos/int2526.S
@@ -50,6 +50,7 @@ int25_read_sector:
popl %edi
popl %ebp
retl
+ .size int25_read_sector, .-int25_read_sector
.globl int26_write_sector
.type int26_write_sector, @function
@@ -74,3 +75,4 @@ int26_write_sector:
popl %edi
popl %ebp
retl
+ .size int26_write_sector, .-int26_write_sector