diff options
| author | H. Peter Anvin <hpa@zytor.com> | 2008-06-15 10:37:10 -0700 |
|---|---|---|
| committer | H. Peter Anvin <hpa@zytor.com> | 2008-06-15 10:37:10 -0700 |
| commit | 89e10c2e8a7d9592a400824f9667b2487014f633 (patch) | |
| tree | 2dd87978683aa44d0d4633444805e2b3984ed13e /core/cpuinit.inc | |
| parent | 958ddda00522f768bf9adc86c0d5b446e0a672cf (diff) | |
| download | syslinux-89e10c2e8a7d9592a400824f9667b2487014f633.tar.gz | |
Mechanically rename the writestr functions
Mechanically rename the writestr functions:
writestr -> writestr_early
cwritestr -> writestr
... to reflect which function is more appropriate to call in normal
circumstances.
Diffstat (limited to 'core/cpuinit.inc')
| -rw-r--r-- | core/cpuinit.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/cpuinit.inc b/core/cpuinit.inc index fd62cc77..63250703 100644 --- a/core/cpuinit.inc +++ b/core/cpuinit.inc @@ -34,7 +34,7 @@ dosram_k equ (real_mode_seg+0x1000) >> 6 ; Minimum DOS memory (K) cmp ax,dosram_k jae enough_ram mov si,err_noram - call writestr + call writestr_early jmp kaboom enough_ram: skip_checks: |
