summaryrefslogtreecommitdiff
path: root/src/arch/alpha/linux/system.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/alpha/linux/system.cc')
-rw-r--r--src/arch/alpha/linux/system.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/alpha/linux/system.cc b/src/arch/alpha/linux/system.cc
index 950b773aa..d963d29ee 100644
--- a/src/arch/alpha/linux/system.cc
+++ b/src/arch/alpha/linux/system.cc
@@ -90,8 +90,8 @@ LinuxAlphaSystem::initState()
* kernel arguments directly into the kernel's memory.
*/
virtProxy.writeBlob(CommandLine(),
- (uint8_t*)params()->boot_osflags.c_str(),
- params()->boot_osflags.length()+1);
+ params()->boot_osflags.c_str(),
+ params()->boot_osflags.length() + 1);
/**
* find the address of the est_cycle_freq variable and insert it