Skip to content
Commit b57838ea authored by Martin Schwidefsky's avatar Martin Schwidefsky
Browse files

[S390] Fix __ctl_load/__ctl_store inline assembly constraints



__ctl_load/__ctl_store are called with either an array of unsigned long or
a single unsigned long value. Add an address operator to the "m"/"=m"
contraints to make them work for unsigned long arguments as well.

Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 24d3e210
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment